Program name    : Turtle (Graphics)
Disk image      : turtle.d64
Program file    : turtle.prg
Line number     : 10
Max.chars/line  : 80
Platform        : Commodore Plus/4
Program type    : Educational
Developing Tool : LUMYDCTT
Loading...      : I.  Plus4Emu: (plus4emu.exe)
                       1.: Options/Floppy/Configure... (Alt+D)
                       2.: Unit 8 (1541) ... Image file: turtle.d64
                       3.: F3 (directory)
                       4.: DLOAD"turtle"
                       5.: RUN
                  II. VICE: (xplus4.exe)
                       1.: File/Attach disk image/Drive 8 (Alt+8)
                       2.: Browse: turtle.d64
                       3.: F3 (directory)
                       4.: DLOAD"turtle"
                       5.: RUN
                  III.YAPE: (YapeWin64.exe)
                       1.: File/Attach disk image... (Alt+D)
                       2.: Browse: turtle.d64
                       3.: F3 (directory)
                       4.: DLOAD"turtle"
                       5.: RUN
Description     : It is "just like" turtle graphics.
                  You can draw simple shapes.
Control         : r 90 = Turn right by 90 degrees.
                  l 45 = Turn left by 45 degrees.
                  f 30 = Move forward by 30 pixels.
                  c    = Clear the stage and restart.
Example         : Draw a deltoid
                  r 45
                  f 20
                  r 90
                  f 20
                  r 60
                  f 40
                  r 140
                  f 42
Author          : Károly Nagy (Charlemagne)
E-mail          : n4gyk4roly@gmail.com
WEB             : http://www.charlemagne.hu